Html Css Color HEX #600BCE Purple Heart

📋 copy color: '#600BCE'

red 96 ◦ green 11 ◦ blue 206

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

Shades of Purple Heart #600BCE

Tints of Purple Heart #600BCE

RGB

 RED value IS 96 (37.89% from 255) = 30.67%

 GREEN value IS 11 (4.69% from 255) = 3.51%

 BLUE value IS 206 (80.86% from 255) = 65.81%

R = 30.67%
G = 3.51%
B = 65.81%

CMYK

 C value IS 0.53

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#600BCE (or 0x600BCE) is known color: Purple Heart. HEX triplet: 60, 0B and CE. RGB value is (96,11,206). Sum of RGB (Red+Green+Blue) = 96+11+206=313 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.67% from 313); Green value is 11 (4.69% from 255 or 3.51% from 313); Blue value is 206 (80.86% from 255 or 65.81% from 313); Max value from RGB is 206 - color contains mainly: blue. Hex color #600BCE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #600BCE is #9FF431. Grayscale: #393939. Windows color (decimal): -10482738 or 13503328. OLE color: 13503328.

HSL color Cylindrical-coordinate representation of color #600BCE: hue angle of 266.15º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #600BCE is Cyan = 0.53, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 96 11 206 -
CMYK 0.53 0.95 0 0.19
HSL 266.15º 0.9% 0.43% -
HSV(B) 266.15º 0.95% 0.81% -
XYZ 16.08 7.18 58.93 -
YUV 58.65 211.16 154.64 -
System Red Green Blue C M Y K H S L
Decimal 96 11 206 0.53 0.95 0 0.19 266.15 0.9 0.43
Hex 60 B CE 35 5F 0 13 10A 5A 2B
Octal 140 13 316 65 137 0 23 412 132 53
Binary 1100000 1011 11001110 110101 1011111 0 10011 100001010 1011010 101011

Color Harmonies of #600BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600BCE

Black with #600BCE

Text Example


Text Example

White with #600BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600BCE; }

 p { color: rgb(96,11,206); }

 H1.HeaderClassName
 {
   color: #600BCE;
 }
 .AnyTagClassName
 {
   color: #600BCE;
 }
</style>

background-color css

<style>
 a { background-color: #600BCE; }

 a { background-color: rgb(96,11,206); }

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

border-color css

<style>
 span { border-color: #600BCE; }

 span { border-color: rgb(96,11,206); }

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