Html Css Color HEX #6601BC Purple Heart

📋 copy color: '#6601BC'

red 102 ◦ green 1 ◦ blue 188

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

Shades of Purple Heart #6601BC

Tints of Purple Heart #6601BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 64.6%

R = 35.05%
G = 0.34%
B = 64.6%

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

#6601BC (or 0x6601BC) is known color: Purple Heart. HEX triplet: 66, 01 and BC. RGB value is (102,1,188). Sum of RGB (Red+Green+Blue) = 102+1+188=291 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.05% from 291); Green value is 1 (0.78% from 255 or 0.34% from 291); Blue value is 188 (73.83% from 255 or 64.60% from 291); Max value from RGB is 188 - color contains mainly: blue. Hex color #6601BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6601BC is #99FE43. Grayscale: #333333. Windows color (decimal): -10092100 or 12321126. OLE color: 12321126.

HSL color Cylindrical-coordinate representation of color #6601BC: hue angle of 272.41º 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 #6601BC is Cyan = 0.46, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 102 1 188 -
CMYK 0.46 0.99 0 0.26
HSL 272.41º 0.99% 0.37% -
HSV(B) 272.41º 0.99% 0.74% -
XYZ 14.57 6.48 48.06 -
YUV 52.52 204.46 163.29 -
System Red Green Blue C M Y K H S L
Decimal 102 1 188 0.46 0.99 0 0.26 272.41 0.99 0.37
Hex 66 1 BC 2E 63 0 1A 110 63 25
Octal 146 1 274 56 143 0 32 420 143 45
Binary 1100110 1 10111100 101110 1100011 0 11010 100010000 1100011 100101

Color Harmonies of #6601BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6601BC

Black with #6601BC

Text Example


Text Example

White with #6601BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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