Html Css Color HEX #6601BD Purple Heart

📋 copy color: '#6601BD'

red 102 ◦ green 1 ◦ blue 189

#6601BD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #6601BD

Tints of Purple Heart #6601BD

RGB

 RED value IS 102 (40.23% from 255) = 34.93%

 GREEN value IS 1 (0.78% from 255) = 0.34%

 BLUE value IS 189 (74.22% from 255) = 64.73%

R = 34.93%
G = 0.34%
B = 64.73%

CMYK

 C value IS 0.46

 M value IS 0.99

 Y value IS 0

 K value IS 0.26

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#6601BD (or 0x6601BD) is known color: Purple Heart. HEX triplet: 66, 01 and BD. RGB value is (102,1,189). Sum of RGB (Red+Green+Blue) = 102+1+189=292 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.93% from 292); Green value is 1 (0.78% from 255 or 0.34% from 292); Blue value is 189 (74.22% from 255 or 64.73% from 292); Max value from RGB is 189 - color contains mainly: blue. Hex color #6601BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6601BD is #99FE42. Grayscale: #333333. Windows color (decimal): -10092099 or 12386662. OLE color: 12386662.

HSL color Cylindrical-coordinate representation of color #6601BD: hue angle of 272.23º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6601BD is Cyan = 0.46, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 102 1 189 -
CMYK 0.46 0.99 0 0.26
HSL 272.23º 0.99% 0.37% -
HSV(B) 272.23º 0.99% 0.74% -
XYZ 14.68 6.52 48.63 -
YUV 52.63 204.96 163.21 -
System Red Green Blue C M Y K H S L
Decimal 102 1 189 0.46 0.99 0 0.26 272.23 0.99 0.37
Hex 66 1 BD 2E 63 0 1A 110 63 25
Octal 146 1 275 56 143 0 32 420 143 45
Binary 1100110 1 10111101 101110 1100011 0 11010 100010000 1100011 100101

Color Harmonies of #6601BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6601BD

Black with #6601BD

Text Example


Text Example

White with #6601BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6601BD; }

 p { color: rgb(102,1,189); }

 H1.HeaderClassName
 {
   color: #6601BD;
 }
 .AnyTagClassName
 {
   color: #6601BD;
 }
</style>

background-color css

<style>
 a { background-color: #6601BD; }

 a { background-color: rgb(102,1,189); }

 div.DivClassName
 {
   background-color: #6601BD;
 }
 .BgClassName
 {
   background-color: #6601BD;
 }
</style>

border-color css

<style>
 span { border-color: #6601BD; }

 span { border-color: rgb(102,1,189); }

 td.TdClassName
 {
   border-color: #6601BD;
 }
 .TagClassName
 {
   border-color: #6601BD;
 }
</style>